luci-mod-network: remove debugger statement
authorPaul Donald <[email protected]>
Sat, 13 Dec 2025 12:36:59 +0000 (13:36 +0100)
committerPaul Donald <[email protected]>
Sat, 13 Dec 2025 12:36:59 +0000 (13:36 +0100)
follow-up to 7df4840b1c077acef60a6a00e8477f686c22b882

Signed-off-by: Paul Donald <[email protected]>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js

index 6e32d50a472be02b1b4b35cc96615231d6bcf473..9cabfc73187f603ea75710a42a5aa356587a9d5c 100644 (file)
@@ -65,7 +65,6 @@ return view.extend({
        },
 
        render([has_ping6, has_traceroute6, has_arpscan, devices]) {
-               debugger;
                const dns_host = uci.get('luci', 'diag', 'dns') || 'openwrt.org';
                const ping_host = uci.get('luci', 'diag', 'ping') || 'openwrt.org';
                const route_host = uci.get('luci', 'diag', 'route') || 'openwrt.org';